func math.pow

2 uses

	math (current package)
		pow.go#L52: 	return pow(x, y)
		pow.go#L55: func pow(x, y float64) float64 {